home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------------------------------
- //
- // ObjInspector
- //
- // Inherits From: WMInspector
- //
- // Declared In: ObjInspector.h
- //
- // Class Description
- //
- // ObjInspector manages trivial contents inspection of Object files (.o).
- // Disclaimer
- //
- // You may freely copy, distribute and reuse this software and its
- // associated documentation. I disclaim any warranty of any kind,
- // expressed or implied, as to its fitness for any particular use.
- //
- //----------------------------------------------------------------------------------------------------
- #import <appkit/appkit.h>
- #import <apps/Workspace.h>
-
- @interface ObjInspector:WMInspector
- {
- id textView;
- }
-
- @end
-